home *** CD-ROM | disk | FTP | other *** search
/ ...taking it to the Macs! / ...taking it to the Macs!.iso / Extras / ActiveX Mac SDK / ActiveX SDK / Containers / ActiveXApp / ActiveXAppConstants.h < prev    next >
Encoding:
Text File  |  1996-12-05  |  742 b   |  21 lines  |  [TEXT/CWIE]

  1. // =================================================================================
  2. //    ActiveXAppConstants.h                ©1996 Microsoft Corporation. All rights reserved.
  3. //                                        portions ©1995 Metrowerks Inc. All rights reserved.
  4. // =================================================================================
  5.  
  6. #pragma once
  7.  
  8. const MessageT    cmd_Insert                        = 1001;    //    file menu, insert item
  9.  
  10. const ResIDT    rPPob_ActiveXWindow                = 1000;
  11. const PaneIDT    kScrollView                        = 1;
  12. const PaneIDT    kActiveXView                    = 10;
  13. const PaneIDT    kActiveXView2                    = 9;
  14. const PaneIDT    kActiveXView3                    = 8;
  15. const PaneIDT    kActiveXView4                    = 7;
  16.  
  17. #ifdef MULTI_CONTEXT_TEST_APP
  18. const short        kActiveXViewCount                = 1;
  19. #else
  20. const short        kActiveXViewCount                = 3;
  21. #endif